After a show and tell presentation, the implementation of the following user stories was accepted by the product owners:
User Story 1: As a developer, I want to transition the Learnr project from using a CSV database to a relational database, so that we can efficiently manage and access data.
User Story 2 (Revisited): As a user, I want to be able to see my profile information - Now using the relational database
User Story 3 (Revisited): As a user, I want to be able to fill up my account profile with additional information to my profile such as bio, interests, school, so that my profile is complete and reflects my identity within the system - Now using the relational database. Upon creation of a user, all profile information characteristics are filled in with null values (that show nothing if value is true, and get replaced with actual value if information if edited)
User Story 4 (Revisited): As a user, I want the ability to edit my account profile information, so that I can keep it up to date as my details change - Now using the relational database
User Story 5 (Revisited): As a super mentor, I want the ability to reset the password of other users, so that I can assist them in case they forget their password or encounter login issues. - Now using the relational database